apache / apache/dubbo

Why dubbo service must be implement interface?

Open
#9,627 4 comments 0 reactions 0 assignees View on GitHub
type/discussion
Dominant language
Java
Stars
41.6k
Forks
26.4k
Avg merge
15h 13m
Merged PRs (30d)
4

Description

Is it possible to use only implementation classes without using interfaces?
```java
@DubboService
public class MyService1 {
public String say() {
return "say";
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.