lookupTopic abstract method

Future<Topic> lookupTopic(
  1. String name
)

Look up topic named name.

The name can be either an absolute name or a relative name.

Returns a Future which completes with the topic.

Implementation

Future<Topic> lookupTopic(String name);