@groovy.transform.CompileStatic class MultiTenantEventListener extends java.lang.Object implements PersistenceEventListener
Multi tenant event listener for RxGORM
| Modifiers | Name | Description |
|---|---|---|
protected RxDatastoreClient |
datastoreClient |
| Constructor and description |
|---|
MultiTenantEventListener
(RxDatastoreClient datastoreClient) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
getOrder() |
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
|
boolean |
supportsEventType(java.lang.Class<? extends org.springframework.context.ApplicationEvent> eventType) |
|
boolean |
supportsSourceType(java.lang.Class<?> sourceType) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |