public interface ProtostreamSerializationContextInitializer
SerializationContext. This is a hook for
users to be able to add their own Protobuf definitions and register marshallers at startup.
Implementations of this interface are discovered using the JDK's ServiceLoader utility, and should
have a file called
org.infinispan.query.remote.client.ProtostreamSerializationContextInitializerin the
META-INF/services/folder in their jar, containing the fully qualified class name of the implementation.
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.infinispan.protostream.SerializationContext serializationContext) |