Class DefaultInboundChannelModelCacheManager.CacheRegisteredChannel
- java.lang.Object
-
- org.flowable.eventregistry.impl.deployer.DefaultInboundChannelModelCacheManager.CacheRegisteredChannel
-
- All Implemented Interfaces:
InboundChannelModelCacheManager.RegisteredChannel
- Enclosing class:
- DefaultInboundChannelModelCacheManager
protected static class DefaultInboundChannelModelCacheManager.CacheRegisteredChannel extends Object implements InboundChannelModelCacheManager.RegisteredChannel
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultInboundChannelModelCacheManager.CacheValuevalue
-
Constructor Summary
Constructors Modifier Constructor Description protectedCacheRegisteredChannel(DefaultInboundChannelModelCacheManager.CacheValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelDefinitionId()intgetChannelDefinitionVersion()
-
-
-
Field Detail
-
value
protected final DefaultInboundChannelModelCacheManager.CacheValue value
-
-
Constructor Detail
-
CacheRegisteredChannel
protected CacheRegisteredChannel(DefaultInboundChannelModelCacheManager.CacheValue value)
-
-
Method Detail
-
getChannelDefinitionVersion
public int getChannelDefinitionVersion()
- Specified by:
getChannelDefinitionVersionin interfaceInboundChannelModelCacheManager.RegisteredChannel
-
getChannelDefinitionId
public String getChannelDefinitionId()
- Specified by:
getChannelDefinitionIdin interfaceInboundChannelModelCacheManager.RegisteredChannel
-
-