| Package | Description |
|---|---|
| org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
| org.infinispan.client.hotrod.event.impl | |
| org.infinispan.client.hotrod.impl.protocol |
| Modifier and Type | Method and Description |
|---|---|
ClientEvent.Type |
ClientEvent.getType() |
static ClientEvent.Type |
ClientEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientEvent.Type[] |
ClientEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClientEvent.Type |
CreatedEventImpl.getType() |
ClientEvent.Type |
CustomEventImpl.getType() |
ClientEvent.Type |
ExpiredEventImpl.getType() |
ClientEvent.Type |
ModifiedEventImpl.getType() |
ClientEvent.Type |
RemovedEventImpl.getType() |
| Constructor and Description |
|---|
CustomEventImpl(byte[] listenerId,
T data,
boolean retried,
ClientEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractClientEvent |
Codec20.createCustomEvent(byte[] listenerId,
Object eventData,
ClientEvent.Type eventType,
boolean isRetried) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.