public interface GetEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PayloadDescription |
getBlacklist(int index)
An enumeration of payload types that need to be blacklisted.
|
int |
getBlacklistCount()
An enumeration of payload types that need to be blacklisted.
|
List<PayloadDescription> |
getBlacklistList()
An enumeration of payload types that need to be blacklisted.
|
PayloadDescriptionOrBuilder |
getBlacklistOrBuilder(int index)
An enumeration of payload types that need to be blacklisted.
|
List<? extends PayloadDescriptionOrBuilder> |
getBlacklistOrBuilderList()
An enumeration of payload types that need to be blacklisted.
|
String |
getClientId()
The unique identifier of this client instance.
|
com.google.protobuf.ByteString |
getClientIdBytes()
The unique identifier of this client instance.
|
String |
getComponentName()
The component name of this client instance.
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The component name of this client instance.
|
long |
getNumberOfPermits()
The number of messages the server may send before it needs to wait for more permits
|
String |
getProcessor()
The name of the processor requesting this stream.
|
com.google.protobuf.ByteString |
getProcessorBytes()
The name of the processor requesting this stream.
|
long |
getTrackingToken()
The token to start streaming from
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTrackingToken()
The token to start streaming from
int64 tracking_token = 1;
long getNumberOfPermits()
The number of messages the server may send before it needs to wait for more permits
int64 number_of_permits = 2;
String getClientId()
The unique identifier of this client instance. Used for monitoring.
string client_id = 3;
com.google.protobuf.ByteString getClientIdBytes()
The unique identifier of this client instance. Used for monitoring.
string client_id = 3;
String getComponentName()
The component name of this client instance. Used for monitoring.
string component_name = 4;
com.google.protobuf.ByteString getComponentNameBytes()
The component name of this client instance. Used for monitoring.
string component_name = 4;
String getProcessor()
The name of the processor requesting this stream. Used for monitoring.
string processor = 5;
com.google.protobuf.ByteString getProcessorBytes()
The name of the processor requesting this stream. Used for monitoring.
string processor = 5;
List<PayloadDescription> getBlacklistList()
An enumeration of payload types that need to be blacklisted. The Server will stop sending messages of these types in order to reduce I/O. Note that the Server may occasionally send a blacklisted message to prevent time-outs and stale tokens on clients.
repeated .io.axoniq.axonserver.grpc.event.PayloadDescription blacklist = 6;
PayloadDescription getBlacklist(int index)
An enumeration of payload types that need to be blacklisted. The Server will stop sending messages of these types in order to reduce I/O. Note that the Server may occasionally send a blacklisted message to prevent time-outs and stale tokens on clients.
repeated .io.axoniq.axonserver.grpc.event.PayloadDescription blacklist = 6;
int getBlacklistCount()
An enumeration of payload types that need to be blacklisted. The Server will stop sending messages of these types in order to reduce I/O. Note that the Server may occasionally send a blacklisted message to prevent time-outs and stale tokens on clients.
repeated .io.axoniq.axonserver.grpc.event.PayloadDescription blacklist = 6;
List<? extends PayloadDescriptionOrBuilder> getBlacklistOrBuilderList()
An enumeration of payload types that need to be blacklisted. The Server will stop sending messages of these types in order to reduce I/O. Note that the Server may occasionally send a blacklisted message to prevent time-outs and stale tokens on clients.
repeated .io.axoniq.axonserver.grpc.event.PayloadDescription blacklist = 6;
PayloadDescriptionOrBuilder getBlacklistOrBuilder(int index)
An enumeration of payload types that need to be blacklisted. The Server will stop sending messages of these types in order to reduce I/O. Note that the Server may occasionally send a blacklisted message to prevent time-outs and stale tokens on clients.
repeated .io.axoniq.axonserver.grpc.event.PayloadDescription blacklist = 6;
Copyright © 2010–2020. All rights reserved.