Interface PravegaEventRouter<T>

    • Method Detail

      • getRoutingKey

        java.lang.String getRoutingKey​(T event)
        Fetch the routing key for the given event.
        Parameters:
        event - The type of the event.
        Returns:
        The routing key which will be used by the pravega writer.