| 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 EventProcessors status. |
| Constructor and Description |
|---|
ScheduledEventProcessorInfoSource(int initialDelay,
int schedulingPeriod,
EventProcessorInfoSource delegate) |
Copyright © 2010–2019. All rights reserved.