Package akka.stream.testkit
Class TestPublisher.CancelSubscription
- java.lang.Object
- 
- akka.stream.testkit.TestPublisher.CancelSubscription
 
- 
- All Implemented Interfaces:
- DeadLetterSuppression,- NoSerializationVerificationNeeded,- TestPublisher.PublisherEvent,- java.io.Serializable,- scala.Equals,- scala.Product
 - Enclosing class:
- TestPublisher
 
 public static final class TestPublisher.CancelSubscription extends java.lang.Object implements TestPublisher.PublisherEvent, scala.Product, java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CancelSubscription(org.reactivestreams.Subscription subscription, java.lang.Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)java.lang.Throwablecause()TestPublisher.CancelSubscriptioncopy(org.reactivestreams.Subscription subscription, java.lang.Throwable cause)org.reactivestreams.Subscriptioncopy$default$1()java.lang.Throwablecopy$default$2()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()org.reactivestreams.Subscriptionsubscription()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
subscriptionpublic org.reactivestreams.Subscription subscription() 
 - 
causepublic java.lang.Throwable cause() 
 - 
copypublic TestPublisher.CancelSubscription copy(org.reactivestreams.Subscription subscription, java.lang.Throwable cause) 
 - 
copy$default$1public org.reactivestreams.Subscription copy$default$1() 
 - 
copy$default$2public java.lang.Throwable copy$default$2() 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) - Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) - Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-