Class AbstractOioMessageChannel

    • Constructor Detail

      • AbstractOioMessageChannel

        protected AbstractOioMessageChannel​(Channel parent)
        Deprecated.
    • Method Detail

      • doReadMessages

        protected abstract int doReadMessages​(List<Object> msgs)
                                       throws Exception
        Deprecated.
        Read messages into the given array and return the amount which was read.
        Throws:
        Exception