Uses of Enum Class
me.ehp246.aufjms.api.endpoint.InvocationModel
Packages that use InvocationModel
-
Uses of InvocationModel in me.ehp246.aufjms.api.endpoint
Methods in me.ehp246.aufjms.api.endpoint that return InvocationModelModifier and TypeMethodDescriptiondefault InvocationModelInvocable.invocationModel()InvocableType.model()Returns the value of themodelrecord component.InvocableTypeDefinition.model()Returns the value of themodelrecord component.static InvocationModelReturns the enum constant of this class with the specified name.static InvocationModel[]InvocationModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.ehp246.aufjms.api.endpoint with parameters of type InvocationModelModifierConstructorDescriptionInvocableType(Class<?> instanceType, Method method, InstanceScope scope, InvocationModel model) Creates an instance of aInvocableTyperecord class.InvocableTypeDefinition(Set<String> msgTypes, Class<?> type, Map<String, Method> methods, InstanceScope scope, InvocationModel model) Creates an instance of aInvocableTypeDefinitionrecord class.