=str Add missing abstract modifier to ActorPublisherMessage.Cancel
This commit is contained in:
parent
f628e3257d
commit
65e9ce49fa
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ object ActorPublisherMessage {
|
|||
* subscription.
|
||||
*/
|
||||
final case object Cancel extends Cancel with NoSerializationVerificationNeeded
|
||||
sealed class Cancel extends ActorPublisherMessage
|
||||
sealed abstract class Cancel extends ActorPublisherMessage
|
||||
|
||||
/**
|
||||
* This message is delivered to the [[ActorPublisher]] actor in order to signal the exceeding of an subscription timeout.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue