Class RawWatchConnectionManager

  • All Implemented Interfaces:
    Watch, Closeable, AutoCloseable

    public class RawWatchConnectionManager
    extends AbstractWatchManager<String>
    This class just replicates WatchConnectionManager in handling watch connections but instead of using a solid type for deserializing events, it uses plain strings.
    • Constructor Detail

      • RawWatchConnectionManager

        public RawWatchConnectionManager​(okhttp3.OkHttpClient okHttpClient,
                                         okhttp3.HttpUrl.Builder watchUrlBuilder,
                                         io.fabric8.kubernetes.api.model.ListOptions listOptions,
                                         com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                         Watcher<String> watcher,
                                         int reconnectLimit,
                                         int reconnectInterval,
                                         int maxIntervalExponent)