Uses of Interface
me.ehp246.aufjms.api.endpoint.InvokableDefinition
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.endpoint | |
| me.ehp246.aufjms.core.endpoint |
-
Uses of InvokableDefinition in me.ehp246.aufjms.api.endpoint
Methods in me.ehp246.aufjms.api.endpoint that return types with arguments of type InvokableDefinition Modifier and Type Method Description java.util.List<InvokableDefinition>InvokableRegistry. getRegistered()Methods in me.ehp246.aufjms.api.endpoint with parameters of type InvokableDefinition Modifier and Type Method Description voidInvokableRegistry. register(InvokableDefinition invokableDefinition) -
Uses of InvokableDefinition in me.ehp246.aufjms.core.endpoint
Methods in me.ehp246.aufjms.core.endpoint that return types with arguments of type InvokableDefinition Modifier and Type Method Description java.util.List<InvokableDefinition>DefaultInvokableResolver. getRegistered()Methods in me.ehp246.aufjms.core.endpoint with parameters of type InvokableDefinition Modifier and Type Method Description voidDefaultInvokableResolver. register(InvokableDefinition invokingDefinition)Method parameters in me.ehp246.aufjms.core.endpoint with type arguments of type InvokableDefinition Modifier and Type Method Description DefaultInvokableResolverDefaultInvokableResolver. register(java.util.stream.Stream<InvokableDefinition> invokingDefinitions)