Uses of Class
io.tech1.framework.domain.pubsub.EventProcessorType
-
Packages that use EventProcessorType Package Description io.tech1.framework.domain.pubsub -
-
Uses of EventProcessorType in io.tech1.framework.domain.pubsub
Methods in io.tech1.framework.domain.pubsub that return EventProcessorType Modifier and Type Method Description EventProcessorTypeAbstractEventProcessor. getType()EventProcessorTypeAbstractEventPublisher. getType()EventProcessorTypeAbstractEventSubscriber. getType()static EventProcessorTypeEventProcessorType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventProcessorType[]EventProcessorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-