ImmutableMap is a google collections or Guava class. Any map will work.

-Jay

On Tue, Apr 17, 2012 at 2:16 AM, liu brent <liubaoc...@gmail.com> wrote:

> Hi,
>  In http://incubator.apache.org/kafka/quickstart.html, there is a line:
>   Map<String, List<KafkaMessageStream<Message>>> topicMessageStreams =
> connector.createMessageStreams(ImmutableMap.of("test", 4));
>  But I do not know how to import ImmutableMap. Do we need to a package?
>
> Thanks,
> Brent
>

Reply via email to