stopConsuming abstract method

void stopConsuming(
  1. String endpoint
)

Stops consuming on the endpoint.

The endpoints should be in the correct format (s3ib://s3i:+ UUIDv4 for decrypted communication or s3ibs://s3i: + UUIDv4 for encrypted messages).

Implementation

void stopConsuming(String endpoint);