Package | Description |
---|---|
io.axoniq.axonserver.grpc.event |
Modifier and Type | Method and Description |
---|---|
PayloadDescription |
PayloadDescription.Builder.build() |
PayloadDescription |
PayloadDescription.Builder.buildPartial() |
PayloadDescription |
GetEventsRequestOrBuilder.getBlacklist(int index)
An enumeration of payload types that need to be blacklisted.
|
PayloadDescription |
GetEventsRequest.getBlacklist(int index)
An enumeration of payload types that need to be blacklisted.
|
PayloadDescription |
GetEventsRequest.Builder.getBlacklist(int index)
An enumeration of payload types that need to be blacklisted.
|
static PayloadDescription |
PayloadDescription.getDefaultInstance() |
PayloadDescription |
PayloadDescription.getDefaultInstanceForType() |
PayloadDescription |
PayloadDescription.Builder.getDefaultInstanceForType() |
static PayloadDescription |
PayloadDescription.parseDelimitedFrom(InputStream input) |
static PayloadDescription |
PayloadDescription.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PayloadDescription |
PayloadDescription.parseFrom(byte[] data) |
static PayloadDescription |
PayloadDescription.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PayloadDescription |
PayloadDescription.parseFrom(ByteBuffer data) |
static PayloadDescription |
PayloadDescription.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PayloadDescription |
PayloadDescription.parseFrom(com.google.protobuf.ByteString data) |
static PayloadDescription |
PayloadDescription.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PayloadDescription |
PayloadDescription.parseFrom(com.google.protobuf.CodedInputStream input) |
static PayloadDescription |
PayloadDescription.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PayloadDescription |
PayloadDescription.parseFrom(InputStream input) |
static PayloadDescription |
PayloadDescription.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<PayloadDescription> |
GetEventsRequestOrBuilder.getBlacklistList()
An enumeration of payload types that need to be blacklisted.
|
List<PayloadDescription> |
GetEventsRequest.getBlacklistList()
An enumeration of payload types that need to be blacklisted.
|
List<PayloadDescription> |
GetEventsRequest.Builder.getBlacklistList()
An enumeration of payload types that need to be blacklisted.
|
com.google.protobuf.Parser<PayloadDescription> |
PayloadDescription.getParserForType() |
static com.google.protobuf.Parser<PayloadDescription> |
PayloadDescription.parser() |
Modifier and Type | Method and Description |
---|---|
GetEventsRequest.Builder |
GetEventsRequest.Builder.addBlacklist(int index,
PayloadDescription value)
An enumeration of payload types that need to be blacklisted.
|
GetEventsRequest.Builder |
GetEventsRequest.Builder.addBlacklist(PayloadDescription value)
An enumeration of payload types that need to be blacklisted.
|
PayloadDescription.Builder |
PayloadDescription.Builder.mergeFrom(PayloadDescription other) |
static PayloadDescription.Builder |
PayloadDescription.newBuilder(PayloadDescription prototype) |
GetEventsRequest.Builder |
GetEventsRequest.Builder.setBlacklist(int index,
PayloadDescription value)
An enumeration of payload types that need to be blacklisted.
|
Modifier and Type | Method and Description |
---|---|
GetEventsRequest.Builder |
GetEventsRequest.Builder.addAllBlacklist(Iterable<? extends PayloadDescription> values)
An enumeration of payload types that need to be blacklisted.
|
Copyright © 2010–2020. All rights reserved.