Class ThrottlerTransportAdapter.Direction$.Receive$

java.lang.Object
org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
All Implemented Interfaces:
Serializable, ThrottlerTransportAdapter.Direction, scala.Equals, scala.Product
Enclosing class:
ThrottlerTransportAdapter.Direction$

public static class ThrottlerTransportAdapter.Direction$.Receive$ extends Object implements ThrottlerTransportAdapter.Direction, scala.Product, Serializable
See Also:
  • Field Details

  • Constructor Details

    • Receive$

      public Receive$()
  • Method Details

    • includes

      public boolean includes(ThrottlerTransportAdapter.Direction other)
      Specified by:
      includes in interface ThrottlerTransportAdapter.Direction
    • getInstance

      public org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction.Receive$ getInstance()
      Java API: get the singleton instance
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object