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 Axon Server 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)
Initialize the
ScheduledEventProcessorInfoSource using the given initialDelay and schedulingPeriod , as milliseconds, to schedule a notification through the delegate at a fixed rate. |
Copyright © 2010–2020. All rights reserved.