[cdi-dev] Observer ordering

Michael Remijan mjremijan at yahoo.com
Mon May 4 12:05:34 EDT 2015


Great, thanks.  I going to plug that into my application this iteration. 


     On Monday, May 4, 2015 10:58 AM, George Gastaldi <ggastald at redhat.com> wrote:
   

  Hi Michael,
 
 Yes, it is available using the org.jboss.weld.experimental.Priority annotation.
 Eg: 
 
    public void observeEvent(@Observes @Priority(1) String event)
    {
       System.out.println("OBSERVED: " + event);
    }
 
 Best Regards,
 
 George Gastaldi
 
 
 On 05/04/2015 12:49 PM, Michael Remijan wrote:
  
  Hi everyone, 
  Is Observer ordering available yet in the RI?  
  
 _______________________________________________
cdi-dev mailing list
cdi-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/cdi-dev

Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information. 
 
 
_______________________________________________
cdi-dev mailing list
cdi-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/cdi-dev

Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information.

  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/cdi-dev/attachments/20150504/1270a6ba/attachment-0001.html 


More information about the cdi-dev mailing list