public interface UofSessionBuilder
Modifier and Type | Method and Description |
---|---|
UofSession |
build()
This function creates the newly configured session using the supplied message interest and listeners
|
UofSessionBuilder |
setListener(UofListener listener) |
UofSessionBuilder |
setMessageInterest(MessageInterest msgInterest) |
UofSessionBuilder |
setSpecificEventsOnly(Set<Urn> specificEventsOnly) |
UofSessionBuilder |
setSpecificEventsOnly(Urn specificEventsOnly) |
UofSessionBuilder setListener(UofListener listener)
listener
- the main odds feed listenerUofSessionBuilder setMessageInterest(MessageInterest msgInterest)
msgInterest
- the message level that the current session should receiveUofSessionBuilder setSpecificEventsOnly(Set<Urn> specificEventsOnly)
specificEventsOnly
- the specific target eventsUofSessionBuilder setSpecificEventsOnly(Urn specificEventsOnly)
specificEventsOnly
- the specific target eventsUofSession build()
Copyright © 2016–2025. All rights reserved.