protected class DefaultInboundChannelModelCacheManager.ChannelRegistrationImpl extends Object implements InboundChannelModelCacheManager.ChannelRegistration
| Modifier and Type | Field and Description |
|---|---|
protected DefaultInboundChannelModelCacheManager.CacheKey |
cacheKey |
protected DefaultInboundChannelModelCacheManager.CacheRegisteredChannel |
previousChannel |
protected boolean |
registered |
| Constructor and Description |
|---|
ChannelRegistrationImpl(boolean registered,
DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel,
DefaultInboundChannelModelCacheManager.CacheKey cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelCacheManager.RegisteredChannel |
previousChannel() |
boolean |
registered() |
void |
rollback() |
protected final boolean registered
protected final DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel
protected final DefaultInboundChannelModelCacheManager.CacheKey cacheKey
public ChannelRegistrationImpl(boolean registered,
DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel,
DefaultInboundChannelModelCacheManager.CacheKey cacheKey)
public boolean registered()
registered in interface InboundChannelModelCacheManager.ChannelRegistrationpublic InboundChannelModelCacheManager.RegisteredChannel previousChannel()
previousChannel in interface InboundChannelModelCacheManager.ChannelRegistrationpublic void rollback()
rollback in interface InboundChannelModelCacheManager.ChannelRegistrationCopyright © 2022 Flowable. All rights reserved.