public interface IRpcModule extends IModule<IRpc.RpcInterfaceSection>
Modifier and Type | Method and Description |
---|---|
IRpc.RpcInterfaceSection |
author() |
IRpc.RpcInterfaceSection |
chain() |
default IRpc.RpcInterfaceSection |
section(java.lang.String section) |
default java.util.Set<java.lang.String> |
sectionNames() |
IRpc.RpcInterfaceSection |
state() |
IRpc.RpcInterfaceSection |
system() |
addSection
IRpc.RpcInterfaceSection author()
IRpc.RpcInterfaceSection chain()
IRpc.RpcInterfaceSection state()
IRpc.RpcInterfaceSection system()
default java.util.Set<java.lang.String> sectionNames()
sectionNames
in interface IModule<IRpc.RpcInterfaceSection>
default IRpc.RpcInterfaceSection section(java.lang.String section)
section
in interface IModule<IRpc.RpcInterfaceSection>