public interface RescheduleEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
the event to publish
|
EventOrBuilder |
getEventOrBuilder()
the event to publish
|
long |
getInstant()
timestamp when to publish the event
|
String |
getToken()
optional token of scheduled event to cancel
|
com.google.protobuf.ByteString |
getTokenBytes()
optional token of scheduled event to cancel
|
boolean |
hasEvent()
the event to publish
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getToken()
optional token of scheduled event to cancel
string token = 1;com.google.protobuf.ByteString getTokenBytes()
optional token of scheduled event to cancel
string token = 1;long getInstant()
timestamp when to publish the event
int64 instant = 2;boolean hasEvent()
the event to publish
.io.axoniq.axonserver.grpc.event.Event event = 3;Event getEvent()
the event to publish
.io.axoniq.axonserver.grpc.event.Event event = 3;EventOrBuilder getEventOrBuilder()
the event to publish
.io.axoniq.axonserver.grpc.event.Event event = 3;Copyright © 2020–2023 AxonIQ BV. All rights reserved.