public interface ScheduleEventRequestOrBuilder
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
|
boolean |
hasEvent()
the event to publish
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getInstant()
timestamp when to publish the event
int64 instant = 1;boolean hasEvent()
the event to publish
.io.axoniq.axonserver.grpc.event.Event event = 2;Event getEvent()
the event to publish
.io.axoniq.axonserver.grpc.event.Event event = 2;EventOrBuilder getEventOrBuilder()
the event to publish
.io.axoniq.axonserver.grpc.event.Event event = 2;Copyright © 2020–2023 AxonIQ BV. All rights reserved.