var publisher: PublisherType
The
Publisher
that is being subscribed.var action: (PublisherType .Output) -> Void
The
Action
executed when publisher
emits an event.