Class RecipientRef.RecipientRefOps$

  • Enclosing interface:
    RecipientRef<T>

    public static class RecipientRef.RecipientRefOps$
    extends java.lang.Object
    • Constructor Detail

      • RecipientRefOps$

        public RecipientRefOps$()
    • Method Detail

      • $bang$extension

        public final <T> void $bang$extension​(RecipientRef.RecipientRefOps<T> $this,
                                              T msg)
        Send a message to the destination referenced by this RecipientRef using *at-most-once* messaging semantics.
        Parameters:
        $this - (undocumented)
        msg - (undocumented)