Package org.candlepin.audit

Examples of org.candlepin.audit.AMQPBusPublisher


            // target.type. So there will be one for owner.created,
            // another for pool.deleted, etc.

            Map<Target, Map<Type, TopicPublisher>> pm = Util.newMap();
            buildAllTopicPublishers(pm);
            return new AMQPBusPublisher(session, pm, mapper);
        }
        catch (Exception ex) {
            throw new RuntimeException(ex);
        }
    }
View Full Code Here

TOP

Related Classes of org.candlepin.audit.AMQPBusPublisher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.