Interface ChannelStateLogicProvider
-
- All Implemented Interfaces:
public interface ChannelStateLogicProviderProvider for state {ChannelStateLogic}
-
-
Method Summary
Modifier and Type Method Description abstract ChannelMessagesUpdateLogicchannelStateLogic(String channelType, String channelId)Provides ChannelStateLogic for the channelType and channelId -
-
Method Detail
-
channelStateLogic
abstract ChannelMessagesUpdateLogic channelStateLogic(String channelType, String channelId)
Provides ChannelStateLogic for the channelType and channelId
- Parameters:
channelType- StringchannelId- String
-
-
-
-