public class ClientListenerExecutorDecorator<K> extends Object
Constructor and Description |
---|
ClientListenerExecutorDecorator(ExecutorService decorated) |
Modifier and Type | Method and Description |
---|---|
org.keycloak.models.sessions.infinispan.remotestore.ClientListenerExecutorDecorator.MyClientEvent |
convertIspnClientEvent(org.infinispan.client.hotrod.event.ClientEvent ispnClientEvent) |
void |
submit(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent<K> cacheEntryCreatedEvent,
Runnable r) |
void |
submit(org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent<K> cacheEntryModifiedEvent,
Runnable r) |
void |
submit(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent<K> cacheEntryRemovedEvent,
Runnable r) |
public ClientListenerExecutorDecorator(ExecutorService decorated)
public void submit(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent<K> cacheEntryCreatedEvent, Runnable r)
public void submit(org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent<K> cacheEntryModifiedEvent, Runnable r)
public void submit(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent<K> cacheEntryRemovedEvent, Runnable r)
public org.keycloak.models.sessions.infinispan.remotestore.ClientListenerExecutorDecorator.MyClientEvent convertIspnClientEvent(org.infinispan.client.hotrod.event.ClientEvent ispnClientEvent)
Copyright © 2021 JBoss by Red Hat. All rights reserved.