mirror of https://github.com/apache/activemq.git
Add a CommandMarshaller
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@557385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71a3324b93
commit
3cfa0b6e4d
|
@ -44,6 +44,12 @@ public interface Store{
|
|||
* String Marshaller
|
||||
*/
|
||||
public final static Marshaller StringMarshaller = new StringMarshaller();
|
||||
|
||||
|
||||
/**
|
||||
* Command Marshaller
|
||||
*/
|
||||
public final static Marshaller CommandMarshaller = new CommandMarshaller();
|
||||
/**
|
||||
* close the store
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue