All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.hiq.oss.spring.nats.message.serde.NatsMessageSerializer Maven / Gradle / Ivy

package se.hiq.oss.spring.nats.message.serde;

import java.util.Optional;

import se.hiq.oss.spring.nats.exception.SerializeException;
import se.hiq.oss.spring.nats.message.validation.MessageObjectValidator;

public interface NatsMessageSerializer {
    void setValidator(Optional validator);

    byte[] toMessageData(Object object) throws SerializeException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy