Search in sources :

Example 1 with Subscribers

use of io.pravega.controller.store.stream.records.Subscribers in project pravega by pravega.

the class ControllerMetadataJsonSerializerTest method testSubscribers.

@Test
public void testSubscribers() {
    Subscribers record = new Subscribers(ImmutableSet.of("a", "b"));
    testRecordSerialization(record, Subscribers.class);
}
Also used : Subscribers(io.pravega.controller.store.stream.records.Subscribers) Test(org.junit.Test)

Aggregations

Subscribers (io.pravega.controller.store.stream.records.Subscribers)1 Test (org.junit.Test)1