Class HotRodAdminEventEntityDescriptor
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.events.HotRodAdminEventEntityDescriptor
-
- All Implemented Interfaces:
HotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodAdminEventEntityDescriptor extends Object implements HotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
-
Constructor Summary
Constructors Constructor Description HotRodAdminEventEntityDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()IntegergetCurrentVersion()Class<HotRodAdminEventEntity>getEntityTypeClass()Function<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>getHotRodDelegateProvider()Class<?>getModelTypeClass()org.infinispan.protostream.GeneratedSchemagetProtoSchema()
-
-
-
Method Detail
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClassin interfaceHotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
getEntityTypeClass
public Class<HotRodAdminEventEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClassin interfaceHotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceHotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProviderin interfaceHotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersionin interfaceHotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchemain interfaceHotRodEntityDescriptor<HotRodAdminEventEntity,HotRodAdminEventEntityDelegate>
-
-