Interface Sender

    • Method Detail

      • configure

        Sender configure​(Serializer eventDeserializer)
        Configures this sender with the given Serializer
        Parameters:
        eventDeserializer - the Serializer to use
        Returns:
        the sender
      • send

        boolean send​(Event event)
        Sends the given Event
        Parameters:
        event - the Event so send
        Returns:
        whether or not sending the event was successful