Interface IdentifierMarshallerProvider


public interface IdentifierMarshallerProvider
Provides a session identifier marshaller.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the marshaller used to marshal session identifiers.
  • Method Details

    • getMarshaller

      Marshaller<String, ByteBuffer> getMarshaller()
      Returns the marshaller used to marshal session identifiers.
      Returns:
      the marshaller used to marshal session identifiers.