Package org.keycloak.cluster.jpa
Class ClusterEventEntity
java.lang.Object
org.keycloak.cluster.jpa.ClusterEventEntity
- All Implemented Interfaces:
AsynchronousCommitAllowed
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.connections.jpa.AsynchronousCommitAllowed
AsynchronousCommitAllowed.EntityOperationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbyte[]getId()voidsetCreatedAt(long createdAt) voidsetEventData(byte[] eventData) voidvoidsetSenderCluster(String senderCluster) voidsetTargetCluster(String targetCluster) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.connections.jpa.AsynchronousCommitAllowed
isAsyncCommitAllowed
-
Constructor Details
-
ClusterEventEntity
public ClusterEventEntity()
-
-
Method Details
-
getId
-
setId
-
getTargetCluster
-
setTargetCluster
-
getSenderCluster
-
setSenderCluster
-
getEventData
public byte[] getEventData() -
setEventData
public void setEventData(byte[] eventData) -
getCreatedAt
public long getCreatedAt() -
setCreatedAt
public void setCreatedAt(long createdAt)
-