arcus-azure/arcus.messaging

Rename `Pause` to `Start` in `IMessagePumpLifetime`

Closed this issue · 2 comments

Describe the bug
We have mistaken the IMessagePumpLifetime interface as we have named a method Pause while it is actually Starting the message pump.

To Reproduce
Steps to reproduce the behavior:
Look for the IMessagePumpLifetime interface.

Expected behavior
Rename the interface correctly.

Additional context
Add any other context about the problem here.

  • v1.4

Do we need to go through this, since we've deprecated this interface ?