Package | Description |
---|---|
org.axonframework.axonserver.connector.processor.grpc | |
org.axonframework.axonserver.connector.processor.schedule |
Modifier and Type | Class and Description |
---|---|
class |
GrpcEventProcessorInfoSource
Implementation of
EventProcessorInfoSource that send EventProcessor 's status to AxonServer using GRPC messages. |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledEventProcessorInfoSource
Implementation of
EventProcessorInfoSource that schedule the notification of EventProcessor s status. |
Constructor and Description |
---|
ScheduledEventProcessorInfoSource(int initialDelay,
int schedulingPeriod,
EventProcessorInfoSource delegate) |
Copyright © 2010–2018. All rights reserved.