public interface JdbcChannelProvider
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Deinitializes the channel provider. | 
| Transaction | getTransaction() | 
| void | initialize(Context context)Initializes the channel provider. | 
| void | persistEvent(String channelName,
            Event event)Writes the event to the persistent store. | 
| Event | removeEvent(String channelName)Removes the next event for the named channel from the underlying
 persistent store. | 
void initialize(Context context)
context - the configuration for the systemvoid close()
void persistEvent(String channelName, Event event)
channelName - event - Event removeEvent(String channelName)
channelName - Transaction getTransaction()
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.